go/types.Checker.typ (method)
10 uses
go/types (current package)
decl.go#L448: t := check.typ(typ)
decl.go#L614: rhs = check.typ(tdecl.Type)
decl.go#L724: t := check.typ(x)
decl.go#L731: return check.typ(x)
expr.go#L1143: x.typ = check.typ(e)
interface.go#L182: typ := check.typ(f.Type)
literals.go#L84: if sig, ok := check.typ(e.Type).(*Signature); ok {
literals.go#L128: typ = check.typ(e.Type)
typexpr.go#L150: func (check *Checker) typ(e ast.Expr) Type {
union.go#L146: typ := check.typ(x)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)